home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
sky-chopper.swf
/
scripts
/
frame_312
/
PlaceObject2_1437_8
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-29
|
223 b
|
14 lines
onClipEvent(enterFrame){
if(_currentframe == 10)
{
if(goback)
{
goback = false;
this.onEnterFrame = function()
{
prevFrame();
};
}
}
}